home *** CD-ROM | disk | FTP | other *** search
- /*
- * Just a few of the osbind stuff
- */
-
- #define Cconin() trap(1, 0x1)
- #define Cconout(c) trap(1, 0x2, c)
- #define Cauxin() trap(1, 0x3)
- #define Cauxout(c) trap(1, 0x4, c)
- #define Cprnout(c) trap(1, 0x5, c)
-
-
- #define Bconstat(DEV) trap(13, 1, DEV)
- #define Bconin(DEV) trap(13, 2, DEV)
- #define Bconout(DEV,c) trap(13, 3, DEV, c)
-
- #define Cursconf(func,rate) trap(14, 21, func, rate)
-
- #define Rsconf(baud,flow,uc,rs,ts,sc) trap(14,15,baud,flow,uc,rs,ts,sc)
-
- #define Cconws(s) trap(1, 0x09, s)
-